home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 643 b | 29 lines | [TEXT/GEOL] |
- Item 0377612 30-May-90 06:40PDT
-
- From: CDA0220 DEV Bell Northern Resrch,B Papp,IDV
-
- To: PILLAR.CORP Pillar, Chris Ovard,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: TPopup menu handles
-
- I hope this has been fixed for 2.0; I reported it last August.
-
- I use this OVERRIDE:
-
- PROCEDURE TBugFixedPopup.ReleasePopup; OVERRIDE;
-
- BEGIN
- IF fMenuHandle <> NIL THEN BEGIN
- DisposHandle(handle(fMenuHandle));
- fMenuHandle := NIL;
- END;
- INHERITED ReleasePopup;
- END;
-
- Gordon Eastman
- Bell-Northern Research
- CDA0220
-
-